home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / 4utils80.zip / 4UTILS.SMP < prev    next >
Text File  |  1993-12-17  |  3KB  |  78 lines

  1. ;
  2. ; 4UTILS.INI - Settings for 4DESC and 4FF.
  3. ;
  4. ; Values shown are defaults.
  5.  
  6. [Date & Time formats]
  7. DateFormat= mmddyy      ; Valid entries are:
  8.                         ;  ddmmyy,   mmddyy,  yymmdd, or ddMMMyy, eg
  9.                         ; 7.10.92, 10-07-92, 92/10/7, or  7Oct92
  10. DateSep   = -           ; Date separator is a hyphen (mm-dd-yy)
  11. TimeFormat= 12          ; Valid entries are: 12 (am/pm) or 24 (24 hours)
  12. TimeSep   = :           ; Time separator is a colon  (hh:mm)
  13. MilleSep  = ,           ; xxx,xxx
  14.  
  15. [ColorDisplay]
  16. ; Color Definitions for color displays
  17. ;
  18. ; The color names are:
  19.  
  20. ; Black     , DarkGray
  21. ; Blue      , LightBlue
  22. ; Green     , LightGreen
  23. ; Cyan      , LightCyan
  24. ; Red       , LightRed
  25. ; Magenta   , LightMagenta
  26. ; Brown     , Yellow
  27. ; LightGray , White
  28. ;
  29. ; (case is not significant)
  30. ;
  31. StatusFg = Blue         ; Status line foreground color
  32. StatusBg = Cyan         ; Status line background color
  33. DirFg    = LightCyan    ; Directories are shown in DirFg on NormBg
  34. SelectFg = Blue         ; Select bar foreground color
  35. SelectBg = Cyan         ; Select bar background color
  36. HighFg   = LightRed     ; Highlighted foreground, used for Cut & Edit prompts
  37. NormFg   = LightGray    ; Normal foreground color
  38. NormBg   = Blue         ; Normal background color
  39. WarnFg   = Yellow       ; Foreground for warning messages
  40. WarnBg   = Cyan         ; Background for warning messages
  41.  
  42. [MonoDisplay]
  43. ; "Color" definitions for monochrome displays
  44. ;
  45. StatusFg = Black
  46. StatusBg = LightGray
  47. DirFg    = White
  48. SelectFg = Black
  49. SelectBg = LightGray
  50. HighFg   = LightGray
  51. NormFg   = LightGray
  52. NormBg   = Black
  53. WarnFg   = Black
  54. WarnBg   = White
  55.  
  56. [GeneralDisplay]
  57. LeftJust = no           ; Do not left justify file extensions
  58. FullSize = no           ; Use nnK abbreviation for file size
  59. Viewer   = list         ; Default file viewer program
  60. Hidden   = no           ; do not show hidden files
  61.  
  62. [Misc]
  63. ; Word separators recognized by Ctrl-Left  (move to previous word)
  64.                               / Ctrl-Right (move to next     word)
  65. ;
  66. Delimiters=,.;:!?/[]{}+*='"@%&$_£
  67.  
  68. [4FF]
  69. DoPage=Yes              ; show "-- more --" message after a page
  70. HilightMore=Yes         ; hilights "-- more --" message
  71.  
  72. [mouse]
  73. ;
  74. ; These options are _speed-dependent_ ! Change it till the mouse
  75. ; movements become smooth.
  76. ;
  77. VMickeysPerKeypress=2   ; 2 vertical mickeys ("mouse steps") equal 1 line
  78. HMickeysPerKeypress=2   ; 2 horizontal mickeys equal 1 character